kopia lustrzana https://github.com/jedie/PyInventory
				
				
				
			Release as v0.18.0rc2
							rodzic
							
								
									f6aa85946c
								
							
						
					
					
						commit
						79fa203f04
					
				
							
								
								
									
										11
									
								
								README.md
								
								
								
								
							
							
						
						
									
										11
									
								
								README.md
								
								
								
								
							| 
						 | 
				
			
			@ -154,16 +154,17 @@ Files are separated into: "/src/" and "/development/"
 | 
			
		|||
## history
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
* [**dev**](https://github.com/jedie/PyInventory/compare/0.17.0...main)
 | 
			
		||||
* [**dev**](https://github.com/jedie/PyInventory/compare/v0.17.0...main)
 | 
			
		||||
  * tbc
 | 
			
		||||
* [v0.18.0rc1 - *WIP*](https://github.com/jedie/PyInventory/compare/0.17.0...main)
 | 
			
		||||
  * tbd
 | 
			
		||||
* [v0.17.0 - 03.10.2022](https://github.com/jedie/PyInventory/compare/v0.16.0...0.17.0)
 | 
			
		||||
* [v0.18.0rc2 - *WIP*](https://github.com/jedie/PyInventory/compare/v0.17.0...main)
 | 
			
		||||
  * Bugfix missing static files by tagulous bug
 | 
			
		||||
  * Update requirements and project setup
 | 
			
		||||
* [v0.17.0 - 03.10.2022](https://github.com/jedie/PyInventory/compare/v0.16.0...v0.17.0)
 | 
			
		||||
  * NEW: List all related objects on `item` change page with edit links.
 | 
			
		||||
  * Change `parent` and `location` fields on `item` change page to a autocompele field.
 | 
			
		||||
  * Add search to `location`
 | 
			
		||||
  * NEW: List number of item on `location` change list
 | 
			
		||||
* [v0.16.0 - 14.09.2022](https://github.com/jedie/PyInventory/compare/v0.15.0...0.16.0)
 | 
			
		||||
* [v0.16.0 - 14.09.2022](https://github.com/jedie/PyInventory/compare/v0.15.0...v0.16.0)
 | 
			
		||||
  * Update requirements
 | 
			
		||||
  * Bugfix missing CK-Editor
 | 
			
		||||
  * Replace Creole base README with markdown
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,3 @@
 | 
			
		|||
export PROJECT_NAME=pyinventory
 | 
			
		||||
export PROJECT_PACKAGE_NAME=pyinventory
 | 
			
		||||
export PROJECT_VERSION=0.18.0rc1
 | 
			
		||||
export PROJECT_VERSION=0.18.0rc2
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
[tool.poetry]
 | 
			
		||||
name = "PyInventory"
 | 
			
		||||
version = "0.18.0rc1"
 | 
			
		||||
version = "0.18.0rc2"
 | 
			
		||||
description = "Web based management to catalog things including state and location etc. using Python/Django."
 | 
			
		||||
authors = [
 | 
			
		||||
    "Jens Diemer <PyInventory@jensdiemer.de>",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
<html dir="ltr" lang="en">
 | 
			
		||||
 <head>
 | 
			
		||||
  <title>
 | 
			
		||||
   Change Item | PyInventory v0.18.0rc1
 | 
			
		||||
   Change Item | PyInventory v0.18.0rc2
 | 
			
		||||
  </title>
 | 
			
		||||
  <link href="/static/admin/css/base.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
  <link href="/static/admin/css/nav_sidebar.css" rel="stylesheet" type="text/css"/>
 | 
			
		||||
| 
						 | 
				
			
			@ -70,7 +70,7 @@
 | 
			
		|||
    <div id="branding">
 | 
			
		||||
     <h1 id="site-name">
 | 
			
		||||
      <a href="/admin/">
 | 
			
		||||
       PyInventory v0.18.0rc1
 | 
			
		||||
       PyInventory v0.18.0rc2
 | 
			
		||||
      </a>
 | 
			
		||||
     </h1>
 | 
			
		||||
    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue