Skip to content

Commit

Permalink
Updated pipfile and history
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed May 12, 2018
1 parent b18f99a commit d163e60
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 22 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

0.5.0 (2018-05-12) - WIP
--------------------------
* Curses Interface
* Show Python Version


0.4.2 (2018-05-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ verify_ssl = true
name = "curses-win"

[packages]
"e1839a8" = {path = ".", editable = true}

[dev-packages]
"bump2version" = "*"
Expand All @@ -22,6 +21,7 @@ sphinx-autobuild = "*"
pytest-lazy-fixture = "*"
pipenv = "*"
curses = {version="*", index="curses-win", sys_platform = "== 'win32'"}
"e1839a8" = {path = ".", editable = true}

[requires]
python_version = "3.6"
41 changes: 20 additions & 21 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d163e60

Please sign in to comment.