Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
6f75c4f3
Commit
6f75c4f3
authored
6 years ago
by
Damien George
Browse files
Options
Downloads
Patches
Plain Diff
all: Bump version to 1.11.
parent
2715f3b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/conf.py
+1
-1
1 addition, 1 deletion
docs/conf.py
py/mpconfig.h
+1
-1
1 addition, 1 deletion
py/mpconfig.h
with
2 additions
and
2 deletions
docs/conf.py
+
1
−
1
View file @
6f75c4f3
...
@@ -74,7 +74,7 @@ copyright = '2014-2019, Damien P. George, Paul Sokolovsky, and contributors'
...
@@ -74,7 +74,7 @@ copyright = '2014-2019, Damien P. George, Paul Sokolovsky, and contributors'
#
#
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
# We don't follow "The short X.Y version" vs "The full version, including alpha/beta/rc tags"
# breakdown, so use the same version identifier for both to avoid confusion.
# breakdown, so use the same version identifier for both to avoid confusion.
version
=
release
=
'
1.1
0
'
version
=
release
=
'
1.1
1
'
# 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.
py/mpconfig.h
+
1
−
1
View file @
6f75c4f3
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
// Current version of MicroPython
// Current version of MicroPython
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 1
0
#define MICROPY_VERSION_MINOR 1
1
#define MICROPY_VERSION_MICRO 0
#define MICROPY_VERSION_MICRO 0
// Combined version as a 32-bit number for convenience
// Combined version as a 32-bit number for convenience
...
...
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