From 306ce238b87057619057538c76fec33b1f50c1ff Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 3 Dec 2021 11:33:39 +0300 Subject: [PATCH] all: Version 3.6.1. Change-Id: I12687da137382ad4fd03b12ba503e5f31a617bb3 Signed-off-by: Paul Sokolovsky --- docs/conf.py | 2 +- py/mpconfig.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 462f5fcb79..631f6a5d69 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/py/mpconfig.h b/py/mpconfig.h index 5aae53518c..f03a0a3a11 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -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 @@ -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 ( \