Skip to content

Commit

Permalink
update to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Dec 18, 2013
1 parent ab94350 commit 545cb9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Expand Up @@ -4,6 +4,11 @@ Version 0.2 (alpha status)
The latest dev branch is always available at github.com/jeremygray/pyfilesec

Available as a package (pypi.python.org/pypi/pyFileSec/):
v0.2.13
---------------------
* FIX pytest import not needed except for tests
* BF pyperclip per upstream patch

v0.2.12alpha
---------------------
* FIX errors in 0.2.11 release (move to package, no longer a module)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.12alpha'
release = '0.2.13'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyfilesec/__init__.py
Expand Up @@ -24,7 +24,7 @@
# DAMAGES.


__version__ = '0.2.12alpha'
__version__ = '0.2.13'
__author__ = 'Jeremy R. Gray'
__contact__ = 'jrgray@gmail.com'

Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -16,12 +16,11 @@ def run(self):

setup(
name='PyFileSec',
version='0.2.12alpha',
version='0.2.13',
author='Jeremy R. Gray',
author_email='jrgray@gmail.com',
maintainer='Jeremy R. Gray',
packages=['pyfilesec'],
# py_modules=['pyfilesec'],
cmdclass = {'test': PyTest},
classifiers=['Development Status :: 3 - Alpha',
'Programming Language :: Python :: 2.6',
Expand Down

0 comments on commit 545cb9b

Please sign in to comment.