Skip to content

Commit

Permalink
EL: Bump release string to 1.0.2 (#792)
Browse files Browse the repository at this point in the history
* EL: Bump release string to 1.0.2

* BLD: Remove support for old numpy versions
  • Loading branch information
ElDeveloper authored Nov 21, 2020
1 parent b625a54 commit 8fd0a57
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ python:
# also includes 3.7 and 3.8 (see below)
env:
- NUMPY_VERSION="" # environment to test with the latest version of NumPy
- NUMPY_VERSION="<1.13"

matrix:
# support for python 3.7 is rather awkward via Travis CI
Expand All @@ -14,10 +13,6 @@ matrix:
dist: xenial
sudo: true
env: NUMPY_VERSION=""
- python: 3.7
dist: xenial
sudo: true
env: NUMPY_VERSION="<1.13"
- python: 3.8
dist: xenial
sudo: true
Expand Down
6 changes: 4 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Emperor ChangeLog
=================

# Emperor 1.0.1-dev (changes since 1.0.1 go here)
-------------------------------------------------
# Emperor 1.0.2 (20 Nov 2020)
-----------------------------

### Bug Fixes

* Fix a bug with `scatterplot`.

### New Features

* Add support for synchronized animations with Empress.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
# built documents.
#
# The short X.Y version.
version = '1.0.1-dev'
version = '1.0.2'

# The full version, including alpha/beta/rc tags.
release = '1.0.1-dev'
release = '1.0.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from setuptools import setup, find_packages

__version__ = "1.0.1-dev"
__version__ = "1.0.2"
__maintainer__ = "Emperor development team"
__email__ = "[email protected]"

Expand Down

0 comments on commit 8fd0a57

Please sign in to comment.