Skip to content

Commit

Permalink
bump minor, pmg rg
Browse files Browse the repository at this point in the history
  • Loading branch information
jchopard committed Dec 13, 2018
1 parent 8c7c550 commit 06bd4e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .pkglts/pkg_cfg.json
Expand Up @@ -123,7 +123,7 @@
"travis": {},
"version": {
"major": 4,
"minor": 4,
"post": 4
"minor": 5,
"post": 0
}
}
8 changes: 4 additions & 4 deletions .pkglts/pkg_hash.json
Expand Up @@ -43,7 +43,7 @@
},
"conda/meta.yaml": {
"conda.about": "6/RoaDh45Wwcc0uAhKGnUH46mczqPBQq/PV0cSCbe+fhiDQPOooOK8u24GzswyAcXIEHoASc/XIe+WS/2zBl5A==",
"conda.package": "j1A8ZD8tTVfQX3wPVOyt9wP+HZ8nk5TxEtTdIxHIV4Vl7/mH1fR8gc5QXyLjPeXhOoJWDSvazm55jy3cmWFJyQ==",
"conda.package": "Pj2KCQlx4YTIP8e/vkFfEXAPm5kvND/yoZhYe9RdTDW0FRBGIU+OlgRMx+ksFxHSUZGotFezeoU2l1yC6p9gPw==",
"conda.req_build": "STnNeGQNdKNtp0ZDkfZ9RqPnmFYfv1p31EavfN1V6ogusq9KBD+sFzDaFK8r9xu+pqXupiyeBc1T/MIqJWYXJg==",
"conda.req_run": "IFJIX6NLBagkPhLDSOvcHHj/XiggVhFfvIRKy/vGjLnBm8TsaqXFdb8wX1l/l4GJaGjfNUA3+MOT+tGumt8uPw==",
"conda.src": "Lzbp176AVU0YantZQxB4LsR2jbxpZ/OlkvY2V4aWAEuzKEarh872uc1eRvsIYf/FsbxvcmUI84AezWlA72nI6A=="
Expand All @@ -63,7 +63,7 @@
"doc/_static/nonempty.txt": {},
"doc/authors.rst": {},
"doc/conf.py": {
"sphinx": "iRi7fXgOFavdUs3Fb+7BERQNHTa192ss4w8HoRC/vT9mHHDLAtgYu5Wu4IkAuiHL8fDHCIP4MO2DTfhOQTGJ5A=="
"sphinx": "x+YU3NPKznH2+jc1Fdej264jDDHDdF5/OUvZddzZjMJY7YqXtdnnEo/n9BcsIYmvyU+yrFwix6zyEpWb4UW9Ng=="
},
"doc/contributing.rst": {},
"doc/history.rst": {},
Expand Down Expand Up @@ -98,7 +98,7 @@
},
"setup.py": {
"pysetup.call": "t30iIuCMd/sWxStR2XNYb8bCBgwanhKt8YYn2VKACyAqL5cKFRUWpVRIpAR+uxXUZ9PYYy2csMmECcONnRZE8w==",
"pysetup.kwds": "ojYQEGLkixIr1lfJFUvan0nvbqje8EE49iu4YCt9QPqUHErkN/HRCgEd993sHrm0esKx2GKsjeM3SQokpjFGfA=="
"pysetup.kwds": "cXcGiLPSIPnViKwQYoj+nkM9J3ShtMOeZ5J0eHopbBloMyExLwWj++LAX8fPnapW0oB4aoUMTC8FdJGPKpH34A=="
},
"src/pkglts/__init__.py": {
"base": "+GVGxVjJGifAp8dAR9V2W3aVPe7/D53bN7r0O5VxO9OUqG4vnGTZvnORu1objjjIwm86DgemQd7ax/IJpRa8Wg=="
Expand All @@ -107,7 +107,7 @@
"data": "wwgLuV/OqHWjWbssvDHa4LNg+7C+tuNiKHOxkO+9UAl9opI/HfPyJAq2fPhUeTmVvb/E6MkqDJIli9m8n5/V0Q=="
},
"src/pkglts/version.py": {
"version": "Y0kURx6B/sJ70Yh6arEKEq/BgBa4JmTIcNYFFGis/OB6ZyZ3p7MQGra0Ejm9jZMZhOMhvs9ipdRA2Hsglm+q4w=="
"version": "eZ/fTGzmAhUIOE7A2bhyFO9/YI5lp+HEFiPbyHskgH/SMwfnpWqPbrlno6ZYK9zkyFUfU2kwoxc2cJJWrNJbVQ=="
},
"src/pkglts_data/__init__.py": {},
"test/__init__.py": {},
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
@@ -1,7 +1,7 @@
# {# pkglts, conda.package
package:
name: pkglts
version: "4.4.4"
version: "4.5.0"
# #}

# {# pkglts, conda.src
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -95,9 +95,9 @@
#

# The short X.Y version.
version = "4.4.4"
version = "4.5.0"
# The full version, including alpha/beta/rc tags.
release = "4.4.4"
release = "4.5.0"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -34,7 +34,7 @@

setup_kwds = dict(
name='pkglts',
version="4.4.4",
version="4.5.0",
description=short_descr,
long_description=readme + '\n\n' + history,
author="revesansparole",
Expand Down
4 changes: 2 additions & 2 deletions src/pkglts/version.py
Expand Up @@ -7,10 +7,10 @@
MAJOR = 4
"""(int) Version major component."""

MINOR = 4
MINOR = 5
"""(int) Version minor component."""

POST = 4
POST = 0
"""(int) Version post or bugfix component."""

__version__ = ".".join([str(s) for s in (MAJOR, MINOR, POST)])
Expand Down

0 comments on commit 06bd4e9

Please sign in to comment.