Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Prepared for final release
Browse files Browse the repository at this point in the history
Also updated changelog
  • Loading branch information
gnarea committed Nov 3, 2015
1 parent 6c17c4a commit f5e46bf
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0rc3
1.0
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
ipython
sphinx
alabaster == 0.7.6
wheel
--requirement tests/requirements.txt
15 changes: 15 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Changelog
=========

Version 1.0 Final (2015-11-03)
------------------------------

No code change from previous release -- This is just to say "it's definitely
production-ready". However, the following minor changes were made:

- Altered test suite to ensure Python 3.4 and 3.5 were supported, as well as
PyPy3.
- Dropped support for Python 3.2 because ``coverage.py`` v4 no longer supports
it, so the test suite wouldn't run anymore in this environment. This version
will work on Python 3.2, but future releases may not.
- Marked `Wheel <http://wheel.readthedocs.org/en/latest/>`_ distribution as
universal.


Version 1.0rc2 (2015-02-18)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ PYPI <https://pypi.python.org/pypi/pyrecord/>`_ or install it with pip:

.. code-block:: bash
pip install --pre pyrecord
pip install pyrecord
Do you like what you've seen? Read on to learn more!

Expand Down
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
[aliases]
release = egg_info --no-date --no-svn-revision sdist bdist_wheel upload upload_docs

[bdist_wheel]
universal = 1

0 comments on commit f5e46bf

Please sign in to comment.