Skip to content

Commit

Permalink
all: Version 3.6.1.
Browse files Browse the repository at this point in the history
Change-Id: I12687da137382ad4fd03b12ba503e5f31a617bb3
Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>
  • Loading branch information
pfalcon committed Dec 3, 2021
1 parent 01dcd2f commit 306ce23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#
# 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.
version = release = '3.6.0'
version = release = '3.6.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions py/mpconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* The MIT License (MIT)
*
* Copyright (c) 2013, 2014 Damien P. George
* Copyright (c) 2014-2020 Paul Sokolovsky
* Copyright (c) 2014-2021 Paul Sokolovsky
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand All @@ -30,7 +30,7 @@
// Current version of Pycopy
#define MICROPY_VERSION_MAJOR 3
#define MICROPY_VERSION_MINOR 6
#define MICROPY_VERSION_MICRO 0
#define MICROPY_VERSION_MICRO 1

// Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \
Expand Down

0 comments on commit 306ce23

Please sign in to comment.