Skip to content
Snippets Groups Projects
Commit 16afe037 authored by Moritz Huebner's avatar Moritz Huebner
Browse files

Version 1.1.1 release

parent d337a508
No related branches found
No related tags found
No related merge requests found
Pipeline #206990 passed
# All notable changes will be documented in this file
## [1.1.1] 2021-03-16
Version 1.1.1 release of bilby
### Changes
- Added `include requirements.txt` in `MANIFEST.in` to stop the pip installation from breaking
## [1.1.0] 2021-03-15
Version 1.1.0 release of bilby
......
......@@ -70,7 +70,7 @@ def readfile(filename):
return filecontents
VERSION = '1.1.0'
VERSION = '1.1.1'
version_file = write_version_file(VERSION)
long_description = get_long_description()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment