Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GooCalendar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
GooCalendar
Commits
488f62801858
Commit
488f62801858
authored
3 years ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
Increase version number
parent
3b6e2e0d2747
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
goocalendar/__init__.py
+1
-1
1 addition, 1 deletion
goocalendar/__init__.py
with
2 additions
and
2 deletions
doc/conf.py
+
1
−
1
View file @
488f6280
...
...
@@ -43,7 +43,7 @@
# The short X.Y version.
version
=
'
0.7
'
# The full version, including alpha/beta/rc tags.
release
=
'
0.7.
2
'
release
=
'
0.7.
3
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
goocalendar/__init__.py
+
1
−
1
View file @
488f6280
...
...
@@ -11,4 +11,4 @@
from
._event
import
Event
,
EventStore
# noqa: E402
__all__
=
[
'
Calendar
'
,
'
EventStore
'
,
'
Event
'
]
__version__
=
'
0.7.
2
'
__version__
=
'
0.7.
3
'
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