Skip to content

Commit

Permalink
release: 1.6.0 (#66)
Browse files Browse the repository at this point in the history
* bump version

* bump year

* bump year
  • Loading branch information
thijstriemstra authored Oct 27, 2024
1 parent c18a62b commit 1cfcc82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ChangeLog
+------------+---------------------------------------------------------------------+------------+
| Version | Description | Date |
+============+=====================================================================+============+
| **1.6.0** | * Drop support for Python 3.7 | TBD |
| **1.6.0** | * Drop support for Python 3.7 | 2024/10/26 |
+------------+---------------------------------------------------------------------+------------+
| **1.5.0** | * Drop support for Python 3.6 | 2023/08/31 |
| | * Switch to implicit namespace package configuration | |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MIT License (MIT)
---------------------

Copyright (c) 2017-2023 Richard Hull and contributors
Copyright (c) 2017-2024 Richard Hull and contributors

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 Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ License
-------
The MIT License (MIT)

Copyright (c) 2017-2023 Richard Hull and contributors
Copyright (c) 2017-2024 Richard Hull and contributors

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 Down
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Installing from PyPi
Install the latest version of the luma.emulator library directly from
`PyPI <https://pypi.python.org/pypi?:action=display&name=luma.emulator>`_::

$ sudo -H pip install --upgrade luma.emulator
$ pip install luma.emulator
4 changes: 2 additions & 2 deletions luma/emulator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2017-2023 Richard Hull and contributors
# Copyright (c) 2017-2024 Richard Hull and contributors
# See LICENSE.rst for details.

__version__ = '1.5.0'
__version__ = '1.6.0'

0 comments on commit 1cfcc82

Please sign in to comment.