Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
Version number updated for release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pabigot committed Dec 17, 2012
1 parent c678543 commit 870a3fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PyXB -- Python W3C XML Schema Bindings
Version 1.2.1-DEV
Version 1.2.1

This source release includes pre-built bundles for common XML namespaces,
assorted web service namespaces, and SAML. A bundle for over 75 namespaces
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# The short X.Y version.
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.2.1-DEV'
release = '1.2.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyxb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__ (self, *args, **kw):
if issubclass(self.__class__.mro()[-2], ( list, dict )):
super(cscRoot, self).__init__(*args)

__version__ = '1.2.1-DEV'
__version__ = '1.2.1'
"""The version of PyXB"""

__url__ = 'http://pyxb.sourceforge.net'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

# The current version of the system. Format is #.#.#[-DEV].
version = '1.2.1-DEV'
version = '1.2.1'

import distutils.sysconfig

Expand Down

0 comments on commit 870a3fa

Please sign in to comment.