Skip to content

Commit

Permalink
Update versions and dates for v0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guyfawcus committed Oct 31, 2017
1 parent 5a931e8 commit 0213ed9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language:
python

python:
3.4
3.6

install:
- "pip install coveralls"
Expand Down
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@

# General information about the project.
project = 'ArchMap'
copyright = '2014, James Fawcus-Robinson'
copyright = '2017, James Fawcus-Robinson'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
#version = '0.2'
version = '0.4'
# The full version, including alpha/beta/rc tags.
#release = '0.2'
#release = '0.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down Expand Up @@ -283,4 +283,4 @@


# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'http://docs.python.org/3.4': None}
intersphinx_mapping = {'http://docs.python.org/3.6': None}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_suite():

setup(
name='archmap',
version='0.2',
version='0.4',
description='ArchMap GeoJSON/KML generator',
url='https://github.com/guyfawcus/ArchMap',
license='Unlicense',
Expand Down

1 comment on commit 0213ed9

@guyfawcus
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, missed a few!

Fixed in 54f66ec

Please sign in to comment.