Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msztolcman committed Jan 10, 2016
1 parent ea1f0e6 commit 9706b55
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ChangeLog
---------

### v1.0.1

* documentation and pylint
* dev packages upgraded

### v1.0.0

* first public version
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
ChangeLog
---------

v1.0.1
~~~~~~

- documentation and pylint
- dev packages upgraded

v1.0.0
~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion fileperms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re
import stat

__version__ = '1.0.0'
__version__ = '1.0.1'


class Permission(enum.IntEnum):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def validate_python_version():

setup(
name='fileperms',
version='1.0.0',
version='1.0.1',
description='fileperms is small library for describing file permissions',
long_description=long_description,
url='http://msztolcman.github.io/fileperms/',
Expand Down

0 comments on commit 9706b55

Please sign in to comment.