Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Apr 22, 2016
1 parent dfd0415 commit 094733e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Author-email: support at clivern com
Maintainer: Clivern
Maintainer-email: support at clivern com
Home-page: https://github.com/Clivern/PyValitron
Download-url: https://github.com/Clivern/PyValitron/archive/master.zip
Download-url: https://github.com/Clivern/PyValitron/archive/1.0.0.zip
Summary: Python Inputs Validation Library
Keywords: validation,forms,inputs
Classifier: Development Status :: 3 - Alpha
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PyValitron

PyValitron is a light-weight python inputs validation library.

*Current version: [v1.0.0-dev]*
*Current version: [v1.0.0]*

[![Build Status](https://travis-ci.org/Clivern/PyValitron.svg?branch=master)](https://travis-ci.org/Clivern/PyValitron)

Expand Down Expand Up @@ -326,7 +326,7 @@ Misc

#### Changelog

Version 1.0.0 (coming soon):
Version 1.0.0:
```
Initial Release.
```
Expand Down
20 changes: 10 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
packages=['pyvalitron'],
long_description=read_file('README.md'),
classifiers=[
'Classifier: Development Status :: 3 - Alpha',
'Classifier: License :: OSI Approved :: MIT License',
'Classifier: Programming Language :: Python :: 2.7',
'Classifier: Programming Language :: Python :: 3.0',
'Classifier: Programming Language :: Python :: 3.1',
'Classifier: Programming Language :: Python :: 3.2',
'Classifier: Programming Language :: Python :: 3.3',
'Classifier: Programming Language :: Python :: 3.4',
'Classifier: Programming Language :: Python :: 3.5',
'Classifier: Topic :: Utilities'
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities'
],
)

0 comments on commit 094733e

Please sign in to comment.