Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
44ed6df9
Commit
44ed6df9
authored
Oct 14, 2016
by
Louis
Browse files
Version 0.3.0
parent
5362b2a2
Pipeline
#9196
passed with stage
in 38 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
44ed6df9
*
pypimonitor 0.3.0 (
unreleased
)
*
pypimonitor 0.3.0 (
2016-10-14
)
* New cell plugins:
* gitlabcicoverage: test coverage for gitlab-CI.
...
...
doc/conf.py
View file @
44ed6df9
...
...
@@ -61,9 +61,9 @@ author = 'Louis Paternault'
# built documents.
#
# The short X.Y version.
version
=
'0.
2
.0'
version
=
'0.
3
.0'
# The full version, including alpha/beta/rc tags.
release
=
'0.2.0'
release
=
version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
pypimonitor/__init__.py
View file @
44ed6df9
...
...
@@ -37,7 +37,7 @@ import requests
from
pypimonitor.cell
import
load_cell_plugins
from
pypimonitor.cell.base
import
Error
VERSION
=
"0.
2
.0"
VERSION
=
"0.
3
.0"
LOGGER
=
logging
.
getLogger
(
__name__
)
CLIENT
=
xmlrpclib
.
ServerProxy
(
'https://pypi.python.org/pypi'
)
...
...
setup.py
View file @
44ed6df9
...
...
@@ -36,7 +36,7 @@ def readme():
setup
(
name
=
'PypiMonitor'
,
version
=
"0.
2
.0"
,
version
=
"0.
3
.0"
,
packages
=
find_packages
(
exclude
=
[
"test*"
]),
setup_requires
=
[
"hgtools"
],
install_requires
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment