Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
evolve
Commits
22cacfce2a65
Commit
22cacfce
authored
Nov 21, 2012
by
Pierre-Yves David
Browse files
fix version in setup.py
parent
cd29c8c8b0a1
Changes
3
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
22cacfce
mercurial-evolve (1.1.0-1) UNRELEASED; urgency=low
* New upstream release.
-- Pierre-Yves David <pierre-yves.david@logilab.fr> Tue, 20 Nov 2012 16:28:12 +0100
mercurial-evolve (1.0.2-1) UNRELEASED; urgency=low
* New upstream Release
...
...
debian/control
View file @
22cacfce
...
...
@@ -7,8 +7,8 @@
Pierre-Yves David <pierre-yves.david@logilab.fr>,
Standards-Version: 3.9.3
Build-Depends:
mercurial (>= 2.3~
, <<2.4
),
mercurial
-common (>= 2.3~,
<<2.4),
mercurial (>= 2.3~),
mercurial
(
<<2.4),
python,
debhelper (>= 8),
python-sphinx (>= 1.0.8),
...
...
@@ -22,7 +22,8 @@
Depends:
${python:Depends},
${misc:Depends},
mercurial (>= 2.3~, <<2.4),
mercurial (>= 2.3~),
mercurial (<<2.4),
Description: evolve extension for Mercurial
This package provides the experimental "evolve" extension for the Mercurial
DVCS.
...
...
setup.py
View file @
22cacfce
...
...
@@ -5,7 +5,7 @@
setup
(
name
=
'hg-evolve'
,
version
=
'1.
0.2
'
,
version
=
'1.
1.0
'
,
author
=
'Pierre-Yves David'
,
maintainer
=
'Pierre-Yves David'
,
maintainer_email
=
'pierre-yves.david@logilab.fr'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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