Skip to content

Commit

Permalink
Prepare version info and CHANGELOG for version 0.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnbrown committed Jan 11, 2020
1 parent f8c1d43 commit f31ae55
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Squint Changelog
================

COMING SOON (0.1.0)
-------------------
2020-01-11 (0.1.0)
------------------

* Added a Query preview feature for interactive use:

Expand All @@ -23,9 +23,10 @@ COMING SOON (0.1.0)
bpython, and Jupyter. However, at the time of this release, ptpython does
not support this type of customization.

* Update documentation.
* Added rewritten and expanded tutorial documentation.
* Changed Result attribute from "evaluation_type" to "evaltype" (the old
name is now deprecated).
* Added Python 3.9 testing and support.
* Removed support for very old versions of Python (2.6, 3.2, and 3.3).


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#
# The short X.Y version.
#from squint import __version__
__version__ = '0.0.3.dev0'
__version__ = '0.1.0'
version = __version__

# The full version, including alpha/beta/rc tags.
Expand Down
2 changes: 1 addition & 1 deletion squint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from . import _preview


__version__ = '0.0.3.dev0'
__version__ = '0.1.0'

BaseElement.__module__ = 'squint'
Select.__module__ = 'squint'
Expand Down

0 comments on commit f31ae55

Please sign in to comment.