Skip to content

Commit

Permalink
Release v1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Jun 21, 2015
1 parent d8a29ff commit db2f237
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -41,16 +41,16 @@

# General information about the project.
project = u'namedspace'
copyright = u'2013, Warren A. Smith'
copyright = u'2015, Warren A. Smith'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.2.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.1'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
10 changes: 10 additions & 0 deletions release_notes.rst
@@ -1,6 +1,16 @@

namedspace release notes
========================
1.2.0
=====
* Make _field_names and _field_names_iter properties available
directly on the namedspace class.
* Added subclass example documentation.
* Added documentation for return_none parameter.
* Fix __repr__ method so that it properly displays subclass name.
* Fixed documentation to include return_none parameter.
* Added documentation link in README file.

1.1.1
=====
* Added LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup, find_packages

__version__ = "1.1.1"
__version__ = "1.2.0"

def file_read(filename):
filepath = os.path.join(os.path.dirname(__file__), filename)
Expand Down

0 comments on commit db2f237

Please sign in to comment.