Skip to content

Commit

Permalink
version cleanup for 0.98.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlugg committed Jan 2, 2016
1 parent 3995c57 commit cbd30b0
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For our develop version which will be released next:
<http://easygui.readthedocs.org/en/develop>.

========================================================================
0.98.0-UNRELEASED (THESE NOTES ARE IN DRAFT FORM. REMOVE THIS MESSAGE ON RELEASE)
0.98.0
========================================================================
This is an exciting time for easygui. We continue to make good progress with refactoring as
well as some enhancements and bug fixes here and there.
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For our develop version which will be released next:


========================================================================
0.98.0-UNRELEASED (THESE NOTES ARE IN DRAFT FORM. REMOVE THIS MESSAGE ON RELEASE)
0.98.0
========================================================================
This is an exciting time for easygui. We continue to make good progress with refactoring as
well as some enhancements and bug fixes here and there.
Expand Down
6 changes: 4 additions & 2 deletions easygui/boxes/about.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
except (ValueError, ImportError):
from derived_boxes import codebox

eg_version = '0.98.0-UNRELEASED'
eg_version = '0.98.0-RELEASED'
egversion = eg_version


Expand All @@ -25,14 +25,16 @@ def abouteasygui():

EASYGUI_ABOUT_INFORMATION = '''
========================================================================
0.98.0-UNRELEASED (THESE NOTES ARE IN DRAFT FORM. REMOVE THIS MESSAGE ON RELEASE)
0.98.0
========================================================================
This is an exciting time for easygui. We continue to make good progress with refactoring as
well as some enhancements and bug fixes here and there.
We would like to welcome Juanjo Corrales to the team. He is responsible for lots of good new work
this release. Of course we appreciate the work of everyone who contributed.
NOTE: I decided in this release to change the API a bit. Please consult the function documentation for details.
BUG FIXES
---------
* Made changes guessing at fixes to any IDLE problems. Please report any problems found.
Expand Down
Binary file removed easygui_demo.egg
Binary file not shown.
4 changes: 2 additions & 2 deletions sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.98.0-UNRELEASED'
version = '0.98.0'
# The full version, including alpha/beta/rc tags.
release = '0.98.0-UNRELEASED'
release = '0.98.0-RELEASED'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion sphinx/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ General Questions

Don't worry. With easygui you are learning the basics. We take only a
few shortcuts to make things easier. If you decide to move to a library
with more functionality, you will already already understand some of the
with more functionality, you will already understand some of the
GUI basics.

Specifics
Expand Down
2 changes: 1 addition & 1 deletion sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ LICENSE INFORMATION
===================
EasyGui version |version|

Copyright (c) 2014, Stephen Raymond Ferg
Copyright (c) -2016, Stephen Raymond Ferg

All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions sphinx/support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Help develop easygui
If you want to delve into the inner workings of easygui, wish to preview the next release,
or if you want to contribute to develop easygui, feel free to explore our `GitHub site <https://github.com/robertlugg/easygui>`_

You very welcome to fork, but please let us know when you come up with cool stuff others might use!
You very welcome to fork and please let us know when you come up with cool stuff others might use!

Thanks
------
Expand All @@ -41,4 +41,4 @@ The following people (as well as many others) have contributed to easygui. Than

`Stephen Ferg <http://www.ferg.org/index.html>`_ - (retired) Created and developed easygui through 0.96

Andreas Noteng - `Debian <https://www.debian.org/>`_ package manager
Andreas Noteng - `Debian <https://www.debian.org/>`_ Package Manager

0 comments on commit cbd30b0

Please sign in to comment.