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
20492e36ee9f
Commit
20492e36ee9f
authored
1 year ago
by
Cédric Krier
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for release 0.8.0
parent
79fa9d55f0a9
No related branches found
Branches containing commit
Tags
1.6.1
Tags containing commit
No related merge requests found
Pipeline
#64502
passed
1 year ago
Stage: check
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+1
-0
1 addition, 0 deletions
CHANGELOG
COPYRIGHT
+1
-1
1 addition, 1 deletion
COPYRIGHT
doc/conf.py
+2
-2
2 additions, 2 deletions
doc/conf.py
goocalendar/__init__.py
+1
-1
1 addition, 1 deletion
goocalendar/__init__.py
with
5 additions
and
4 deletions
CHANGELOG
+
1
−
0
View file @
20492e36
Version 0.8.0 - 2023-03-18
* Manage preferred size
Version 0.7.2 - 2021-03-28
...
...
This diff is collapsed.
Click to expand it.
COPYRIGHT
+
1
−
1
View file @
20492e36
Copyright (C) 2012 Antoine Smolders
Copyright (C) 2012-202
0
Cédric Krier
Copyright (C) 2012-202
2
Cédric Krier
Copyright (C) 2007 Samuel Abels <http://debain.org>
This program is free software; you can redistribute it and/or
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
2
View file @
20492e36
...
...
@@ -41,5 +41,5 @@
# built documents.
#
# The short X.Y version.
version
=
'
0.
7
'
version
=
'
0.
8
'
# The full version, including alpha/beta/rc tags.
...
...
@@ -45,5 +45,5 @@
# The full version, including alpha/beta/rc tags.
release
=
'
0.
7.3
'
release
=
'
0.
8.0
'
# 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 @
20492e36
...
...
@@ -12,4 +12,4 @@
from
._event
import
Event
,
EventStore
# noqa: E402
__all__
=
[
'
Calendar
'
,
'
EventStore
'
,
'
Event
'
]
__version__
=
'
0.
7.3
'
__version__
=
'
0.
8.0
'
This diff is collapsed.
Click to expand it.
Cédric Krier
@ced
mentioned in commit
495d3841d87b
·
1 year ago
mentioned in commit
495d3841d87b
mentioned in commit 495d3841d87b7198747ece15622acf1f9dc0ac2b
Toggle commit list
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