Skip to content

Commit

Permalink
Misc preparations for release 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Smith committed Jul 15, 2019
1 parent 049e8d8 commit a97e351
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
============
************
Static Model
============
************

**Static Model** provides a simple framework for modeling objects that
might otherwise be modeled using persistence technologies such as
the Django ORM, but that do not belong in the database.
**Static Model** provides a simple framework for modeling complex constants.

For more details, read the Documentation: https://staticmodel.readthedocs.org/en/latest.
Read the Documentation: https://staticmodel.readthedocs.org/en/latest.

5 changes: 5 additions & 0 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Static Model release notes
===========================
0.3.2
=====
* Minor refactoring and bug fixes
* Documentation improvement

0.3.1
=====
* Fix release notes.
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ def file_read(filename):
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
)

0 comments on commit a97e351

Please sign in to comment.