Skip to content

Commit

Permalink
getting ready for 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerfiliba committed May 10, 2014
1 parent 9938bd9 commit 44c5637
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/_news.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
* **2014.05.10**: Version 1.4.2 released. This is a maintenance release with mostly minor bug fixes, mostly revolving
around Paramiko/Python 3 integration.

* **2014.02.28**: Version 1.4.1 released. This is a maintenance release with mostly minor bug fixes and some new
features to the Path class.

* **2013.11.09**: Version 1.4 released, containing mostly bugfixes and some additions to the ``plumbum.cli.terminal``
module

.. note:: ``plumbum.utils`` became ``plumbum.path.utils``

* **2013.08.25**: Version 1.3 released with bug fixes and loads of new features. Note: the package was
reorganized internally; it should work out-of-the-box, but some specific imports might have moved
6 changes: 3 additions & 3 deletions plumbum/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = (1, 4, 1)
version_string = "1.4.1"
release_date = "2014.02.28"
version = (1, 4, 2)
version_string = "1.4.2"
release_date = "2014.05.10"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Topic :: Software Development :: Build Tools",
"Topic :: System :: Systems Administration",
],
Expand Down

0 comments on commit 44c5637

Please sign in to comment.