Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Commits
e1a6c1d0
Commit
e1a6c1d0
authored
3 years ago
by
Vincent Texier
Committed by
Moul
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
1.0.0rc0
parent
2fe1c365
No related branches found
No related tags found
2 merge requests
!157
v1.0.0rc0: merge dev into master
,
!156
Release v1.0.0rc0
Pipeline
#13178
waiting for manual action
Stage: checks
Stage: tests
Stage: release
Changes
3
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/conf.py
+2
-2
2 additions, 2 deletions
docs/conf.py
duniterpy/__init__.py
+1
-1
1 addition, 1 deletion
duniterpy/__init__.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
4 additions
and
4 deletions
docs/conf.py
+
2
−
2
View file @
e1a6c1d0
...
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
...
@@ -74,9 +74,9 @@ author = "caner & inso & vit"
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
"
0.62.
0
"
version
=
"
1.0.0rc
0
"
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
"
0.62.
0
"
release
=
"
1.0.0rc
0
"
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
duniterpy/__init__.py
+
1
−
1
View file @
e1a6c1d0
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
__author__
=
"
Caner Candan & inso & vit
"
__author__
=
"
Caner Candan & inso & vit
"
__version__
=
"
0.62.
0
"
__version__
=
"
1.0.0rc
0
"
__nonsense__
=
"
duniter
"
__nonsense__
=
"
duniter
"
from
.
import
api
,
documents
,
key
from
.
import
api
,
documents
,
key
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
e1a6c1d0
[tool]
[tool]
[tool.poetry]
[tool.poetry]
name
=
"duniterpy"
name
=
"duniterpy"
version
=
"
0.62.
0"
version
=
"
1.0.0rc
0"
description
=
"Python library for developers of Duniter clients"
description
=
"Python library for developers of Duniter clients"
authors
=
[
"inso <insomniak.fr@gmail.com>"
,
"canercandan"
,
"s_b"
]
authors
=
[
"inso <insomniak.fr@gmail.com>"
,
"canercandan"
,
"s_b"
]
maintainers
=
[
"vit <vit@free.fr>"
,
"Moul <moul@moul.re>"
]
maintainers
=
[
"vit <vit@free.fr>"
,
"Moul <moul@moul.re>"
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment