Skip to content

Commit e9ddfb3

Browse files
committed
latest
1 parent 32c18cd commit e9ddfb3

10 files changed

Lines changed: 8 additions & 6 deletions

File tree

Changelog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 1.0.0 2015-09-15
2+
* This is the first stable version
3+
14
Version 0.1.4 2015-09-15
25
* fixed bad syntax in import statements
36

build/lib/neoapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__email__ = 'maxbuckdeveloper@gmail.com'
55
__license__ = 'MIT'
66
__package__ = 'neoapi'
7-
__version__ = '0.1.4'
7+
__version__ = '1.0.0'

dist/neoapi-0.1.4.tar.gz

-7.31 KB
Binary file not shown.

dist/neoapi-1.0.0.tar.gz

7.07 KB
Binary file not shown.

neoapi.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.1
22
Name: neoapi
3-
Version: 0.1.4
3+
Version: 1.0.0
44
Summary: A package for serializing json api compliant responses from neomodel StructuredNodes
55
Home-page: https://github.com/buckmaxwell/neoapi
66
Author: Max Buck

neoapi.egg-info/SOURCES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
Changelog
22
MANIFEST.in
3-
README.rst
43
setup.cfg
54
setup.py
65
neoapi/__init__.py

neoapi.egg-info/requires.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
neomodel
22
py2neo
3-
flask
3+
flask

neoapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__email__ = 'maxbuckdeveloper@gmail.com'
55
__license__ = 'MIT'
66
__package__ = 'neoapi'
7-
__version__ = '0.1.4'
7+
__version__ = '1.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Versions should comply with PEP440. For a discussion on single-sourcing
99
# the version across setup.py and the project code, see
1010
# https://packaging.python.org/en/latest/single_source_version.html
11-
version='0.1.4',
11+
version='1.0.0',
1212

1313
description='A package for serializing json api compliant responses from neomodel StructuredNodes',
1414

0 commit comments

Comments
 (0)