Skip to content

Commit

Permalink
Bump to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Dec 31, 2017
1 parent 771fdf2 commit 45609b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -3,6 +3,14 @@
Paver Changelog
===============

1.3.4 (Dec 31, 2017)
--------------------
* Minilib can now be include arbitrary packages (`#28 <https://github.com/paver/paver/issues/28>`_)
* Six is now bundled in minilib (`#193 <https://github.com/paver/paver/issues/194>`_)
* install_requires is now not overriden and six is properly declared as a dependency (`#194 <https://github.com/paver/paver/issues/193>`_)
* Regression: Installation using setup.py install with minilib will *not* install six since it will be recognised as a dependency from minilib (`#193 <https://github.com/paver/paver/issues/194>`_)


1.3.3 (Dec 29, 2017)
--------------------
* Properly exclude cache files from release
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -64,7 +64,7 @@ def import_object(self):
# The short X.Y version.
version = '1.3'
# The full version, including alpha/beta/rc tags.
release = '1.3.3'
release = '1.3.4'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
Expand Down
2 changes: 1 addition & 1 deletion paver/version.py
@@ -1 +1 @@
VERSION='1.3.3'
VERSION='1.3.4'

0 comments on commit 45609b2

Please sign in to comment.