We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda04b0 commit 98bdc31Copy full SHA for 98bdc31
1 file changed
UPSmodules/__init__.py
@@ -15,9 +15,9 @@
15
# You should have received a copy of the GNU General Public License
16
# along with this program. If not, see <https://www.gnu.org/licenses/>.
17
18
-__version__ = '1.2.8'
19
-#__status__ = 'Development Status :: 5 - Production/Stable'
20
-__status__ = 'Development Status :: 4 - Beta'
+__version__ = '1.2.7'
+__status__ = 'Development Status :: 5 - Production/Stable'
+#__status__ = 'Development Status :: 4 - Beta'
21
__credits__ = ['Natalya Langford - Configuration Parser']
22
__required_pversion__ = (3, 6)
23
__required_kversion__ = (4, 8)
0 commit comments