Skip to content

Commit

Permalink
added missing requirements.txt to the distro
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigori Fursin authored and Grigori Fursin committed May 15, 2021
1 parent fb73b95 commit 41d2408
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* V2.0.9
* added missing requirements.txt to the distro

* V2.0.8
* added requirements.txt file with pyyaml
* simplified setup.py script
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ include LICENSE.third-party.txt
include README.md
include ChangeLog
include set-env.sh
include requirements.txt

recursive-include man *
2 changes: 1 addition & 1 deletion ck/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@


# We use 3 digits for the main (released) version and 4th digit for development revision
__version__ = "2.0.8"
__version__ = "2.0.9"
# Do not use characters (to detect outdated version)!

# Import packages that are global for the whole kernel
Expand Down

0 comments on commit 41d2408

Please sign in to comment.